Skip to content

Fix soundness issue in FixedBitSet::grow_and_insert#142

Merged
james7132 merged 2 commits into
petgraph:masterfrom
Shnatsel:soundness
Jul 4, 2026
Merged

Fix soundness issue in FixedBitSet::grow_and_insert#142
james7132 merged 2 commits into
petgraph:masterfrom
Shnatsel:soundness

Conversation

@Shnatsel

Copy link
Copy Markdown
Contributor

Fixes #140

It's immaterial if you use saturating_add or checked_add here because the program will terminate one way or another.

@james7132 james7132 merged commit 111fb25 into petgraph:master Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unsoundness bug in this crate by FixedBitSet::grow_and_insert

2 participants